home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 2000 February / cd joystick no112 fevrier 2000.iso / DATA / Demos / ageofwonder / data1.cab / Program / AoW.exe / 0 / RCDATA / TMWINDOW / TMWINDOW.txt
Text File  |  1999-10-21  |  2KB  |  64 lines

  1. object MWindow: TMWindow
  2.   OnCreate = MWindowCreate
  3.   Left = 462
  4.   Top = 153
  5.   Height = 158
  6.   Width = 186
  7.   object MapWindow: TAOWWindow
  8.     OnMouseDown = MapWindowMouseDown
  9.     OnMouseUp = MapWindowMouseUp
  10.     OnMouseMove = MapWindowMouseMove
  11.     OnKeyDown = MapWindowKeyDown
  12.     OnUpdate = MapWindowUpdate
  13.     Visible = False
  14.     Priority = 0
  15.     WinLeft = 0
  16.     WinTop = 0
  17.     WinWidth = 440
  18.     OnExit = MapWindowExit
  19.     Masked = False
  20.     Alignment.AlignWidth = awLeft
  21.     Alignment.AlignHeight = ahTop
  22.     Alignment.HeightPercent = 0
  23.     Alignment.WidthPercent = 0
  24.     Alignment.LeftOffPercent = 0
  25.     Alignment.RightOffPercent = 0
  26.     Alignment.TopOffPercent = 0
  27.     Alignment.BottomOffPercent = 0
  28.     Alignment.LeftOffset = 0
  29.     Alignment.RightOffset = 0
  30.     Alignment.TopOffset = 0
  31.     Alignment.BottomOffset = 0
  32.     UseVMem = True
  33.     BorderWidth = 11
  34.     BorderHeight = 11
  35.     OverlapTopCorners = False
  36.     Cursor = crDefault
  37.     DoubleBuffered = False
  38.     MaskColor = clBlack
  39.     OnPreDrawSurface = MapWindowPreDrawSurface
  40.     FreeSurfaceOnHide = False
  41.     ILIndexFrame = 8
  42.     ILIndexTexture = 0
  43.     DragHeight = 0
  44.     Draggable = False
  45.     Resizable = True
  46.     OnResize = MapWindowResize
  47.     MinWidth = 200
  48.     MinHeight = 200
  49.     MaxWidth = 0
  50.     MaxHeight = 0
  51.     UseManagerBorders = True
  52.     Modal = False
  53.     WinHeight = 432
  54.     Dockable = False
  55.     Left = 32
  56.     Top = 8
  57.   end
  58.   object MapViewer: THSMapViewer
  59.     OnSceneChanged = MapViewerSceneChanged
  60.     Left = 120
  61.     Top = 12
  62.   end
  63. end
  64.